home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / CHIP_CD_2005-06.iso / test / fruity / flstudio502_install.exe / Fruity wrapper.dll / 0 / RCDATA / TSYNTHEDITORFORM / TSYNTHEDITORFORM.txt
Text File  |  2005-02-13  |  3KB  |  124 lines

  1. object SynthEditorForm: TSynthEditorForm
  2.   Left = 261
  3.   Top = 164
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'SynthEditorForm'
  7.   ClientHeight = 216
  8.   ClientWidth = 300
  9.   Color = 5064767
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   KeyPreview = True
  16.   OldCreateOrder = False
  17.   Scaled = False
  18.   OnActivate = FormActivate
  19.   OnCreate = FormCreate
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object TopPanel: TWPControl
  23.     Left = 0
  24.     Top = 0
  25.     Width = 300
  26.     Height = 25
  27.     OnDropFiles = TopPanelDropFiles
  28.     Align = alTop
  29.     Color = clMaroon
  30.     ParentColor = False
  31.     ParentShowHint = True
  32.     OnClick = TopPanelClick
  33.     OnResize = TopPanelResize
  34.     object PluginNameLabel: TQuickLabel
  35.       Left = 47
  36.       Top = 5
  37.       Width = 36
  38.       Height = 14
  39.       Options = [loTransparent, loEndEllipsis]
  40.       Caption = '(none)'
  41.       Font.Charset = ANSI_CHARSET
  42.       Font.Color = 11380894
  43.       Font.Height = -11
  44.       Font.Name = 'Arial'
  45.       Font.Style = [fsBold]
  46.       ParentFont = False
  47.     end
  48.     object PortWheel: TDigiWheel
  49.       Left = 270
  50.       Top = 4
  51.       Width = 25
  52.       Height = 16
  53.       Cursor = crSizeNS
  54.       Hint = '|MIDI input port number'
  55.       Options = [wwIncMode]
  56.       MoveSpeed = 2
  57.       SlowMotionDiv = 4
  58.       Min = -1
  59.       Max = 255
  60.       Value = -1
  61.       DefaultValue = 0
  62.       OnChange = PortWheelChange
  63.       OnRelease = PortWheelRelease
  64.       MouseButton = mbLeft
  65.       HotSideX = 4
  66.       HotSideY = 4
  67.       Font.Charset = DEFAULT_CHARSET
  68.       Font.Color = clWhite
  69.       Font.Height = -11
  70.       Font.Name = 'MS Sans Serif'
  71.       Font.Style = []
  72.       BmpList = SynthResModule.Digits11IL
  73.     end
  74.     object EditorMenuBtn: TMyTransButton
  75.       Left = 3
  76.       Top = 3
  77.       Width = 12
  78.       Height = 18
  79.       Cursor = crHandPoint
  80.       Hint = '|Extra options'
  81.       ParentFont = False
  82.       ParentColor = False
  83.       Color = clMaroon
  84.       Font.Charset = DEFAULT_CHARSET
  85.       Font.Color = 13025463
  86.       Font.Height = -12
  87.       Font.Name = 'Fruity fonts'
  88.       Font.Style = []
  89.       PopupMenu = SynthResModule.EditorPopup
  90.       Options = [tbShowPressed, tbHasDownGlyph, tbTrashGlyph, tbAutoSize]
  91.       AccelKey = 0
  92.       Glyph.ILCount = 2
  93.       BmpList = SynthResModule.MenuIL
  94.       StayDown = False
  95.       PopupAlign = Popup_Bottom
  96.       PopupButton = mbLeft
  97.       BeforePopup = EditorMenuBtnBeforePopup
  98.     end
  99.     object LoadBtn: TMyTransButton
  100.       Left = 16
  101.       Top = 3
  102.       Width = 25
  103.       Height = 18
  104.       Cursor = crHandPoint
  105.       Hint = '|Select a plugin'
  106.       Visible = False
  107.       ParentFont = False
  108.       ParentColor = False
  109.       Color = 6709335
  110.       Font.Charset = DEFAULT_CHARSET
  111.       Font.Color = 13025463
  112.       Font.Height = -12
  113.       Font.Name = 'Fruity fonts'
  114.       Font.Style = []
  115.       Options = [tbShowPressed, tbHasDownGlyph, tbTrashGlyph, tbAutoSize]
  116.       AccelKey = 0
  117.       Glyph.ILCount = 2
  118.       BmpList = SynthResModule.OpenIL
  119.       OnClick = LoadBtnClick
  120.       StayDown = False
  121.     end
  122.   end
  123. end
  124.